Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pipeline): implement normalize progress tracking for JSON normalizer #1639

Closed
wants to merge 9 commits into from

Conversation

IlyaFaer
Copy link
Contributor

Towards #1567

Implements item 1 for JsonLItemsNormalizer

Copy link

netlify bot commented Jul 26, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 96b9883
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66c307272747fe000881e2f6
😎 Deploy Preview https://deploy-preview-1639--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@IlyaFaer
Copy link
Contributor Author

IlyaFaer commented Jul 26, 2024

For the case when we're first extracting data and then normalizing, it works fine

image

The code is chained, so it requires to through some args through several functions/classes. Tried to reduce it as much as possible.

Thinking about how to test it... Seems to me something cunning is needed. However, the code is working for the case when we're extracting and then normalizing data.

@IlyaFaer IlyaFaer requested a review from rudolfix July 26, 2024 09:24
@IlyaFaer IlyaFaer changed the title WIP: implement normalizer progress tracking for JSON normalizer WIP: implement normalize progress tracking for JSON normalizer Jul 26, 2024
@IlyaFaer IlyaFaer marked this pull request as ready for review July 31, 2024 06:52
@IlyaFaer IlyaFaer changed the title WIP: implement normalize progress tracking for JSON normalizer feat(pipeline): implement normalize progress tracking for JSON normalizer Jul 31, 2024
@IlyaFaer IlyaFaer closed this Aug 14, 2024
@IlyaFaer IlyaFaer force-pushed the feat/1567-dict-normalize-progress branch from 491efaf to 5795b14 Compare August 14, 2024 07:34
@IlyaFaer IlyaFaer reopened this Aug 19, 2024
@rudolfix
Copy link
Collaborator

collected metrics will not go through process boundary, we'll need different approach here

@rudolfix rudolfix closed this Sep 11, 2024
@rudolfix rudolfix deleted the feat/1567-dict-normalize-progress branch September 11, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants